Chrome 扩展程序 API
我们已经支持 “Chrome 应用”平台 中的所有 chrome.* API
此外,我们还支持 扩展平台 中的一些 chrome.* API。本文档跟踪了它们的列表。
- chrome.contentSettings:用于控制通知设置。
- chrome.tabs:用于支持完整的 DevTools 扩展。
- chrome.proxy:管理代理设置。
- chrome.cookies:函数
get
、getAll
、set
和remove
支持带有 webview 存储 ID (webview.getCookieStoreId()
) 的 webview。